Introduction

application.pngThe goal of this project was to receive Points of Interests (POI) from a vector tile server, process this information and visualize them on the AlpineMapsOrg application. Initially we agreed on using Basemap as the vector tile provider but after encountering some problems, we switched to a custom tile server approach that we developed to fulfill our needs.

Currently 4 different types of POIs are being provided to the end user: mountain peaks, cities, mountain cottages and webcams, which are mostly sourced from the OpenStreetMap dataset (see Vector Tile Types for exceptions). The project also implemented the means to filter the POIs using various attributes. Additionally the user can also click on each individual label. This causes the application to automatically detect the appropriate POI and display its attributes (like elevation, population, address, etc.) to the user.